|
SKIP BYTES
This command will skip the specified number of bytes in a current open file, opened using the OPEN TO READ command.
SKIP BYTES File Number, Bytes To Skip
File Number
Integer
The file number
Bytes To Skip
Integer
This value will skip the specified number of bytes in a current open file
This command does not return a value.
You would use this command where you have fore-knowledge of the file contents.
cls
open file to read 1,"data.dat"
skip bytes 1,40
read bytes 1,a
close file 1
do
loop
end
FILE Commands Menu
Index
|